Dynomotion

Group: DynoMotion Message: 3012 From: curtislupo Date: 1/9/2012
Subject: Learning C vs. C++
I'm a total newb when it comes to programming, so please bear with me. I'm planning to purchase a KFLOP to install on a CNC mill that should arrive in about a month. I thought I'd get a jump on things by starting to learn C or C++ bascics. I notice references to C but not to C++ on the Dynomotion website. Does it matter whether I focus on learning C or C++? Thanks for your input.
Group: DynoMotion Message: 3013 From: Brad Murry Date: 1/9/2012
Subject: Re: Learning C vs. C++

A mechanism to populate McodeActions has not been implemented yet.  You can use the UserCallback though to execute commands during interpretation.

-Brad

 

From: DynoMotion@yahoogroups.com [mailto:DynoMotion@yahoogroups.com] On Behalf Of curtislupo
Sent: Monday, January 09, 2012 11:13 AM
To: DynoMotion@yahoogroups.com
Subject: [DynoMotion] Learning C vs. C++

 

 

I'm a total newb when it comes to programming, so please bear with me. I'm planning to purchase a KFLOP to install on a CNC mill that should arrive in about a month. I thought I'd get a jump on things by starting to learn C or C++ bascics. I notice references to C but not to C++ on the Dynomotion website. Does it matter whether I focus on learning C or C++? Thanks for your input.

Group: DynoMotion Message: 3014 From: bradodarb Date: 1/9/2012
Subject: Re: Learning C vs. C++
Oops.... That was supposed to be attached to Tom's response to Kevin's MCodeAction query..

-Brad
--- In DynoMotion@yahoogroups.com, Brad Murry <bradodarb@...> wrote:
>
> A mechanism to populate McodeActions has not been implemented yet. You can
> use the UserCallback though to execute commands during interpretation.
>
> -Brad
>
>
>
> From: DynoMotion@yahoogroups.com [mailto:DynoMotion@yahoogroups.com] On
> Behalf Of curtislupo
> Sent: Monday, January 09, 2012 11:13 AM
> To: DynoMotion@yahoogroups.com
> Subject: [DynoMotion] Learning C vs. C++
>
>
>
>
>
> I'm a total newb when it comes to programming, so please bear with me. I'm
> planning to purchase a KFLOP to install on a CNC mill that should arrive in
> about a month. I thought I'd get a jump on things by starting to learn C or
> C++ bascics. I notice references to C but not to C++ on the Dynomotion
> website. Does it matter whether I focus on learning C or C++? Thanks for
> your input.
>
Group: DynoMotion Message: 3020 From: Tom Kerekes Date: 1/9/2012
Subject: Re: Learning C vs. C++
Hi Curtis,
 
To program things like Board initialization, Homing, and Spindle control you will need to write/modify some C that will run in KFLOP.  So you should learn C.  If you haven't already you can download our software, run the KMotion.exe program and use the C Programs Screen to look at some examples.  You can edit and compile programs but you can not run them without a KFLOP.
 
There are lots of C Language references on the web. Here are a few:
http://computer.howstuffworks.com/c4.htm
 
Our KMotionCNC program that runs on the PC is written in C++.  Unless you wish to modify it you will not need to learn C++.
 
Regards
TK
 
 
 
Group: DynoMotion Message: 3030 From: curtislupo Date: 1/10/2012
Subject: Re: Learning C vs. C++
Thanks for the input Tom, I appreciate it.

Curtis

--- In DynoMotion@yahoogroups.com, Tom Kerekes <tk@...> wrote:
>
> Hi Curtis,
>  
> To program things like Board initialization, Homing, and Spindle control you will need to write/modify some C that will run in KFLOP.  So you should learn C.  If you haven't already you can download our software, run the KMotion.exe program and use the C Programs Screen to look at some examples.  You can edit and compile programs but you can not run them without a KFLOP.
>  
> There are lots of C Language references on the web. Here are a few:
> http://computer.howstuffworks.com/c4.htm
> http://www.eskimo.com/%7Escs/cclass/notes/sx1.html
> http://www.acm.uiuc.edu/webmonkeys/book/c_guide/
>  
> Our KMotionCNC program that runs on the PC is written in C++.  Unless you wish to modify it you will not need to learn C++.
>  
> Regards
> TK
>  
>  
>  
> From: curtislupo <curtislupo@...>
> To: DynoMotion@yahoogroups.com
> Sent: Monday, January 9, 2012 10:13 AM
> Subject: [DynoMotion] Learning C vs. C++
>
>
>  
> I'm a total newb when it comes to programming, so please bear with me. I'm planning to purchase a KFLOP to install on a CNC mill that should arrive in about a month. I thought I'd get a jump on things by starting to learn C or C++ bascics. I notice references to C but not to C++ on the Dynomotion website. Does it matter whether I focus on learning C or C++? Thanks for your input.
>